
Security News
MCP Community Begins Work on Official MCP Metaregistry
The MCP community is launching an official registry to standardize AI tool discovery and let agents dynamically find and install MCP servers.
@workflowai/api
Advanced tools
Wrapper for workflowAI's OpenAPI specs, for node or browser
npm install @workflowai/api
import { initWorkflowAIApi } from '@workflowai/api';
const workflowAIApi = initWorkflowAIApi({
apiKey: '...', // optional, defaults to process.env.WORKFLOWAI_API_KEY
apiUrl: '...', // optional, defaults to process.env.WORKFLOWAI_API_URL, then to https://api.workflowai.com
use: [], // optional, fetch middlewares
});
const { data: list } = await workflowAIApi.models.list();
console.log(list.models[0].providers[0].name);
const { data: run } = await workflowaiApi.runs.annotate({
run_id: '1',
score: 1,
});
console.log(run.scores);
FAQs
WorkflowAI typed API client
The npm package @workflowai/api receives a total of 73 weekly downloads. As such, @workflowai/api popularity was classified as not popular.
We found that @workflowai/api demonstrated a healthy version release cadence and project activity because the last version was released less than a year ago. It has 0 open source maintainers collaborating on the project.
Did you know?
Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.
Security News
The MCP community is launching an official registry to standardize AI tool discovery and let agents dynamically find and install MCP servers.
Research
Security News
Socket uncovers an npm Trojan stealing crypto wallets and BullX credentials via obfuscated code and Telegram exfiltration.
Research
Security News
Malicious npm packages posing as developer tools target macOS Cursor IDE users, stealing credentials and modifying files to gain persistent backdoor access.